+Mon Aug 9 00:13:03 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkaboutdialog.c (icon_set_new_from_pixbufs): Don't
+ leak the icon source.
+
Sun Aug 8 23:46:20 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
+Mon Aug 9 00:13:03 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkaboutdialog.c (icon_set_new_from_pixbufs): Don't
+ leak the icon source.
+
Sun Aug 8 23:46:20 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
+Mon Aug 9 00:13:03 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkaboutdialog.c (icon_set_new_from_pixbufs): Don't
+ leak the icon source.
+
Sun Aug 8 23:46:20 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
+Mon Aug 9 00:13:03 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkaboutdialog.c (icon_set_new_from_pixbufs): Don't
+ leak the icon source.
+
Sun Aug 8 23:46:20 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
GtkIconSource *icon_source = gtk_icon_source_new ();
gtk_icon_source_set_pixbuf (icon_source, pixbuf);
gtk_icon_set_add_source (icon_set, icon_source);
+ gtk_icon_source_free (icon_source);
}
return icon_set;